İndirim kampanyalarımızdan ve gelişmelerden haberdar olmak için e-bültenimize abone olun.
Sayfayı terk etmek istediğinize emin misiniz?
1 x Application (80.1%) | 566ms |
1 x Booting (19.9%) | 141ms |
select * from `multi_carts` where `key` = 'luzyonu-tasarla' and `status` = 'published' limit 1
Bindings |
|
Backtrace |
|
select exists(select * from `multi_cart_sessions` where `session_id` = 'bb525982-57cb-45b7-9cda-95bcb5fe600d') as `exists`
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = 'bb525982-57cb-45b7-9cda-95bcb5fe600d' limit 1
Bindings |
|
Backtrace |
|
select * from `multi_cart_items` where `multi_cart_items`.`multi_cart_id` = 1 and `multi_cart_items`.`multi_cart_id` is not null order by `multi_cart_items`.`order` asc
Bindings |
|
Backtrace |
|
select * from `multi_cart_items` where `multi_cart_items`.`multi_cart_id` = 1 and `multi_cart_items`.`multi_cart_id` is not null and `order` = '3' order by `multi_cart_items`.`order` asc limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` = 37 limit 1
Bindings |
|
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (37)
Backtrace |
|
select `ec_products`.*, `ec_product_category_product`.`category_id` as `pivot_category_id`, `ec_product_category_product`.`product_id` as `pivot_product_id` from `ec_products` inner join `ec_product_category_product` on `ec_products`.`id` = `ec_product_category_product`.`product_id` where `ec_product_category_product`.`category_id` = 37 and `is_variation` = 0
Bindings |
|
Backtrace |
|
select * from `multi_cart_sessions` where `session_id` = 'bb525982-57cb-45b7-9cda-95bcb5fe600d' limit 1
Bindings |
|
Backtrace |
|
select * from `ec_currencies` order by `order` asc
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'English' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'Türkçe' limit 1
Bindings |
|
Backtrace |
|
select `lang_flag` from `languages` where `lang_name` = 'العربية' limit 1
Bindings |
|
Backtrace |
|
select * from `menus` where `status` = 'published' and exists (select * from `language_meta` where `menus`.`id` = `language_meta`.`reference_id` and `language_meta`.`reference_type` = 'Lumo\Menu\Models\Menu' and `lang_meta_code` = 'en_US' and `lang_meta_code` = 'en_US')
Bindings |
|
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`menu_id` in (8, 9, 10, 11)
Backtrace |
|
select * from `menu_nodes` where `menu_nodes`.`parent_id` in (79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) order by `position` asc
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (84) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select `reference_id`, `reference_type`, `meta_key`, `meta_value` from `meta_boxes` where `meta_boxes`.`reference_id` in (79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96) and `meta_boxes`.`reference_type` = 'Lumo\Menu\Models\MenuNode'
Bindings |
|
Backtrace |
|
select * from `menu_locations` where `menu_locations`.`menu_id` in (8, 9, 10, 11)
Backtrace |
|
select * from `ec_product_categories` where `ec_product_categories`.`id` in (41, 42, 40, 39)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (39, 40, 41, 42) and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (8147, 8148, 8149, 8150)
Backtrace |
|
select * from `ec_product_categories_translations` where `ec_product_categories_translations`.`ec_product_categories_id` in (39, 40, 41, 42)
Backtrace |
|
select `ec_product_categories`.`id`, `ec_product_categories`.`name`, `ec_product_categories`.`order`, `parent_id`, CONCAT(slugs.prefix, '/', slugs.key) as url, `icon`, `image`, `icon_image`, IF(st.key IS NOT NULL, CONCAT(st.prefix, '/', st.key), CONCAT(slugs.prefix, '/', slugs.key)) as url, IF(ct.name IS NOT NULL, ct.name, ec_product_categories.name) as name from `ec_product_categories` left join `slugs` on `slugs`.`reference_id` = `ec_product_categories`.`id` and `slugs`.`reference_type` = 'Lumo\Ecommerce\Models\ProductCategory' left join `slugs_translations` as `st` on `st`.`slugs_id` = `slugs`.`id` and `st`.`lang_code` = 'en_US' left join `ec_product_categories_translations` as `ct` on `ec_product_categories_id` = `ec_product_categories`.`id` and `ct`.`lang_code` = 'en_US' where `status` = 'published' order by `ec_product_categories`.`order` asc
Bindings |
|
Backtrace |
|
select * from `widgets` where (`theme` = 'shofy-fashion-en_US')
Bindings |
|
Backtrace |
|
select * from `pages` where `pages`.`id` in (10)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (10) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (131)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (10)
Backtrace |
|
select * from `pages` where `pages`.`id` in (15, 14, 13, 12)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (12, 13, 14, 15) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (15511, 15512, 15513, 15514)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (12, 13, 14, 15)
Backtrace |
|
select * from `pages` where `pages`.`id` in (16, 19, 17, 18)
Backtrace |
|
select `id`, `key`, `reference_type`, `reference_id`, `prefix` from `slugs` where `slugs`.`reference_id` in (16, 17, 18, 19) and `slugs`.`reference_type` = 'Lumo\Page\Models\Page'
Bindings |
|
Backtrace |
|
select * from `slugs_translations` where `slugs_translations`.`slugs_id` in (15515, 15516, 15517, 15518)
Backtrace |
|
select * from `pages_translations` where `pages_translations`.`pages_id` in (16, 17, 18, 19)
Backtrace |
|
200
[]
[]
0 of 0array:24 [▼ "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "connection" => array:1 [▶ 0 => "Keep-Alive" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "cf-ipcountry" => array:1 [▶ 0 => "US" ] "cf-connecting-ip" => array:1 [▶ 0 => "3.147.74.223" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "cf-visitor" => array:1 [▶ 0 => "{"scheme":"https"}" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "cdn-loop" => array:1 [▶ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [▶ 0 => "https" ] "priority" => array:1 [▶ 0 => "u=0, i" ] "accept-encoding" => array:1 [▶ 0 => "gzip, br" ] "cookie" => array:1 [▶ 0 => "XSRF-TOKEN=eyJpdiI6InRHb2xFZm1YK1dheXIxajltRXB5aWc9PSIsInZhbHVlIjoiZExGUTRMTjZIVnhFUlE1TWRObDk3bHg4cnJ1WTI4U093SnBrSmJvUzNMcW9EdDlta0NZL1g5eGdneVFvdlgveExad1hVbnIxRmlNekZ0SHdsUkgzVC9jMk9yZzRRcTBJampyMytsbGxsSnQzbmR6MXJQb1FwOCtLT0tpUDY2M2UiLCJtYWMiOiI4OGZiNzNkZTFkNWQwODkxYTQ5NTU1MzZiOWE2M2JhYzA3NmI0ODk1MzdmMGVkYWVjYjIyOTVkNzllOGI1MTI5IiwidGFnIjoiIn0%3D; lumo_session=eyJpdiI6IktIRitSUHh4a2t4UEJNdzZoRktnTHc9PSIsInZhbHVlIjoiMjNXS2pwQWdUSzVCbkxIdlBPMWJCUmptL3BjaXE3WFBSVHJHWTdabzBCRnBxNUdRWW1oakZNaThhVFhWcm1ZOCtEcStwcGdDZE9RWVpaWS9neU96RXRnOVQyTk5QR2tYa29KZGhiRGRXMWhLSUF3ZzRqT054dUhsSWd2L3ZXeSsiLCJtYWMiOiJjZGNiNTEzNTI2NjZhZTQ4Y2FkMGZlMGY4MGMzMzY5YzZhN2RhYTdlYTM0MzI5MjlkZTlhZmRkNDJiODc1MjlkIiwidGFnIjoiIn0%3D; lumo_footprints_cookie=eyJpdiI6Im10S1JYaEpJbUZZdngyNldNaGNXTUE9PSIsInZhbHVlIjoiOUdhcjF5SWtmVjhqdjdrV0tCcmdBSU1FQjFyQjdZRGgxQzMxN0ZPY0FCRVJ5WUcyQVpwUFV3M2k4b0VpMXN3SlVLVGFmcnN5OUo4dHBkL0lkVmRZQkxqSHphdHlzTHRqZ3FhcnMxamhDWldpeGlMZnVXV0VCaUFlZHNZY1FxR0siLCJtYWMiOiI2ODVhYmJkNGQ0YTYzMGVmMzkwZmQ4ZDY3MDkzMjZjY2ZkZjIyYzFjZTY2N2MzZWJiNjFjZGQ3M2JiMjdjMTAxIiwidGFnIjoiIn0%3D; lumo_footprints_cookie_data=eyJpdiI6IktFWEVwZm5WZ0Zjd0YrZDcvUkM2Nmc9PSIsInZhbHVlIjoiVXFMMzl3Qjd2ZnJqRTE5emdOQi9PcFc0Wmp6d0hnQmJ4ZWlVRGw4ZnF6dnhKWDZlbkdma3E5WEJFQklOMkFsUGlrckR6bktwMmlGMm5GTXo3eDFhNVdjeEZ1dWFwSXc2VUZTUGk3V3ZncFIyYnBnbi9aWHQ5SmVWeUtYUC9uYnpsd0dka2gvb0Zsbmc5bnlhWU9aTStWSTRuN2VvcDAyazhPTVZiZ1J0WFl2SDJZcXUwNGswSXN2RG91R0Z3SWlJd2ZRVldXdzJUeHJubnBHb0VJNlIzVHJ0cWFJclIyWW0zRVA2emFPWFVLQXV5VDFlRTBXWnd1cnNSSHFwUm5jekdkZEFDTDJObFNXa0pydTJWcHQ5L3duVEorN2FGdDJkQmRtbXU5c2JzOEplRUREeWdpL3FVWm12Z3oxeHAxandxb28zTEtSSEhCeFByRnc4eVNiTWRXV3JQc2VSRkVFWUpRMkVBTFhvaUFTWS9tN1VVaEY2MnZvZ1VVQkcxS2dnOEsya3lZcm9sRnNtSE9tOENwS0Y1TEM3TEZBUVFYQWNSNml1bEtsU0VId04wZE5oeFBRdnFOMDlWU2R1K016U3E4c0tEMDc5QU1scWhWd2ZVUWJFV3hFcTNhTmF2MUlQY2RjclMvQll1Zkd1VC9DaXNHTEpnUXBpeGRlR29XYTBYY0M4NzhTQys0d3JqSDAzNnpWSm5BKy81QWh2VG1DQU5DUXRMTEVHeGxVbXlzZ1FjUHRqeXFPbGJSZGpVSldxcUlnSXdzZXJ3OUpLdXJoWm5WSTFiUT09IiwibWFjIjoiOThiMmEwMDg3ZWExMzVkNGRjY2I4NWI4NGVlZmE2YzliZDRkODlhOTM5Y2IxMTQ2ZDhjZTcyZDY1OGMwOWI0YiIsInRhZyI6IiJ9 ◀XSRF-TOKEN=eyJpdiI6InRHb2xFZm1YK1dheXIxajltRXB5aWc9PSIsInZhbHVlIjoiZExGUTRMTjZIVnhFUlE1TWRObDk3bHg4cnJ1WTI4U093SnBrSmJvUzNMcW9EdDlta0NZL1g5eGdneVFvdlgveExad1hVb ▶" ] "host" => array:1 [▶ 0 => "demo.lumocomm.com" ] "x-forwarded-for" => array:1 [▶ 0 => "3.147.74.223" ] "cf-ray" => array:1 [▶ 0 => "92f13ccc9c1b1269-ORD" ] ]
0 of 0array:4 [▼ "XSRF-TOKEN" => "LiBN27jbPgFldN7NL6NyUaSFAYbzWChZTPYnWqaI" "lumo_session" => "3SF5o3eabweEweAuhMsyB6DU2Gqo2YohtYqsBUr7" "lumo_footprints_cookie" => "4640e0a4f872dbffa92aa8f5abd844a925923a9f" "lumo_footprints_cookie_data" => "{"footprint":"4640e0a4f872dbffa92aa8f5abd844a925923a9f","ip":"172.69.58.230","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasarla\/3\/e91522a2-71a6-42f0-9538-eacf697508cd","landing_params":null,"referral":null,"gclid":null,"fclid":null,"utm_source":null,"utm_campaign":null,"utm_medium":null,"utm_term":null,"utm_content":null,"referrer_url":null,"referrer_domain":null} ◀{"footprint":"4640e0a4f872dbffa92aa8f5abd844a925923a9f","ip":"172.69.58.230","landing_domain":"www.demo.lumocomm.com","landing_page":"en\/design\/luzyonu-tasarl ▶" ]
0 of 0array:8 [▼ "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sat, 12 Apr 2025 08:08:45 GMT" ] "cms-version" => array:1 [▶ 0 => "7.3.6" ] "authorization-at" => array:1 [▶ 0 => "2024-07-08 03:09:32" ] "activated-license" => array:1 [▶ 0 => "No" ] "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlIzaEszMVQ5Y2Q1VDdyS1Z4azBOalE9PSIsInZhbHVlIjoiMlJLTTJRZkhGS3JqM1A2Rkt6QVhXdzZYQWREVmZhT1NjNDBXL2gvTTEzR1FVNDBVdWhRaHhtQUFkUVdDMDcraDlDZGZHZTMxYUtDQVNJczlzWk1wdHZ1SE9VcVRsSWNxK08yZnNpRCtxdk1NcVZiSGR3NVdMVU13QlcwV2ZrM2kiLCJtYWMiOiIwMGZhMWNlMTU5NGNlMGM5ZjJjMjNhZTBjZmUwYTU3MTliNzY5ODc1ZTAwM2RhZDI1ZmRlMWEwMmViNzg0ZTk4IiwidGFnIjoiIn0%3D; expires=Sat, 12 Apr 2025 10:08:45 GMT; Max-Age=7200; path=/; secure; samesite=lax ◀XSRF-TOKEN=eyJpdiI6IlIzaEszMVQ5Y2Q1VDdyS1Z4azBOalE9PSIsInZhbHVlIjoiMlJLTTJRZkhGS3JqM1A2Rkt6QVhXdzZYQWREVmZhT1NjNDBXL2gvTTEzR1FVNDBVdWhRaHhtQUFkUVdDMDcraDlDZGZHZ ▶" 1 => "lumo_session=eyJpdiI6IjVOcUd2SEVUQVVDQ2ZjTWplTjNOQXc9PSIsInZhbHVlIjoiN1JRVi9PTDA5aFlubERXNUIwTmNrbkMwbGs5NFE4VDV1cnl1cjRwZkZqQkptK2ZhcmdNSUw1ZER6bmIrKzJ4QkszekdpZFdFRGlkc2NMeTdSeTFwWkJxb2d0Y29TemJBdjVkS0I5TjVTZnoxZGpYZFpDZ3lPU2ZPVVBYWWVmM2MiLCJtYWMiOiI0OTk0MzlmMWM0OTY2Njc2ZTZiOTI0ZWNhMzViODU5ZGFhMDRhYTE1NTdlNjk3MjcwNDVkOWY2M2NlYzRhNGU3IiwidGFnIjoiIn0%3D; expires=Sat, 12 Apr 2025 10:08:45 GMT; Max-Age=7200; path=/; httponly; samesite=lax ◀lumo_session=eyJpdiI6IjVOcUd2SEVUQVVDQ2ZjTWplTjNOQXc9PSIsInZhbHVlIjoiN1JRVi9PTDA5aFlubERXNUIwTmNrbkMwbGs5NFE4VDV1cnl1cjRwZkZqQkptK2ZhcmdNSUw1ZER6bmIrKzJ4Qkszekd ▶" ] "Set-Cookie" => array:2 [▶ 0 => "XSRF-TOKEN=eyJpdiI6IlIzaEszMVQ5Y2Q1VDdyS1Z4azBOalE9PSIsInZhbHVlIjoiMlJLTTJRZkhGS3JqM1A2Rkt6QVhXdzZYQWREVmZhT1NjNDBXL2gvTTEzR1FVNDBVdWhRaHhtQUFkUVdDMDcraDlDZGZHZTMxYUtDQVNJczlzWk1wdHZ1SE9VcVRsSWNxK08yZnNpRCtxdk1NcVZiSGR3NVdMVU13QlcwV2ZrM2kiLCJtYWMiOiIwMGZhMWNlMTU5NGNlMGM5ZjJjMjNhZTBjZmUwYTU3MTliNzY5ODc1ZTAwM2RhZDI1ZmRlMWEwMmViNzg0ZTk4IiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 10:08:45 GMT; path=/; secure ◀XSRF-TOKEN=eyJpdiI6IlIzaEszMVQ5Y2Q1VDdyS1Z4azBOalE9PSIsInZhbHVlIjoiMlJLTTJRZkhGS3JqM1A2Rkt6QVhXdzZYQWREVmZhT1NjNDBXL2gvTTEzR1FVNDBVdWhRaHhtQUFkUVdDMDcraDlDZGZHZ ▶" 1 => "lumo_session=eyJpdiI6IjVOcUd2SEVUQVVDQ2ZjTWplTjNOQXc9PSIsInZhbHVlIjoiN1JRVi9PTDA5aFlubERXNUIwTmNrbkMwbGs5NFE4VDV1cnl1cjRwZkZqQkptK2ZhcmdNSUw1ZER6bmIrKzJ4QkszekdpZFdFRGlkc2NMeTdSeTFwWkJxb2d0Y29TemJBdjVkS0I5TjVTZnoxZGpYZFpDZ3lPU2ZPVVBYWWVmM2MiLCJtYWMiOiI0OTk0MzlmMWM0OTY2Njc2ZTZiOTI0ZWNhMzViODU5ZGFhMDRhYTE1NTdlNjk3MjcwNDVkOWY2M2NlYzRhNGU3IiwidGFnIjoiIn0%3D; expires=Sat, 12-Apr-2025 10:08:45 GMT; path=/; httponly ◀lumo_session=eyJpdiI6IjVOcUd2SEVUQVVDQ2ZjTWplTjNOQXc9PSIsInZhbHVlIjoiN1JRVi9PTDA5aFlubERXNUIwTmNrbkMwbGs5NFE4VDV1cnl1cjRwZkZqQkptK2ZhcmdNSUw1ZER6bmIrKzJ4Qkszekd ▶" ] ]
0 of 0array:6 [▼ "_token" => "LiBN27jbPgFldN7NL6NyUaSFAYbzWChZTPYnWqaI" "language" => "en" "luzyonu-tasarla_code" => Ramsey\Uuid\Lazy\LazyUuidFromString {#455 ▶ -unwrapped: null -uuid: "bb525982-57cb-45b7-9cda-95bcb5fe600d" uuid: "bb525982-57cb-45b7-9cda-95bcb5fe600d" } "_previous" => array:1 [▶ "url" => "https://demo.lumocomm.com/en/design/luzyonu-tasarla/3/bb525982-57cb-45b7-9cda-95bcb5fe600d" ] "_flash" => array:2 [▶ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]